PowerTools MultiRow for Windows Forms 8.0J
Insert メソッド (CollectionBase<T>)

itemを挿入する位置の0から始まるインデックス。
IListに挿入するオブジェクト。
IList内の指定したインデックスに項目を挿入します。
構文
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As T _
) 
public void Insert( 
   int index,
   T item
)

パラメータ

index
itemを挿入する位置の0から始まるインデックス。
item
IListに挿入するオブジェクト。
例外
例外解説
System.ArgumentOutOfRangeExceptionindexIList内の有効なインデックスではありません。
System.NotSupportedExceptionIListが読み取り専用です。
参照

CollectionBase<T> クラス
CollectionBase<T> メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.